fix Windows build
authorJyrki Gadinger <nilsding@nilsding.org>
Mon, 24 Mar 2025 08:50:21 +0000 (09:50 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 24 Mar 2025 09:43:04 +0000 (09:43 +0000)
commit8502777f551b40d11c19723045cd72dc6ca27956
tree8c678b45bda5d18e2b80da1d041221b98b6c8090
parent0c48d69a28f5d254e585c23b57e7bdda9b8b667d
fix Windows build

`cl` didn't quite like it:

```
error C2445: result type of conditional expression is ambiguous: types 'QByteArray' and 'const char [1]' can be converted to multiple common types
```

just changing the `auto` to `QByteArray` results in the same compile error

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/libsync/bulkpropagatorjob.cpp